home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig23-out < prev    next >
Text File  |  1996-08-26  |  637b  |  16 lines

  1. LCLint 2.0 --- 28 Feb 96
  2.  
  3. ignore.c: (in function ignore)
  4. <A HREF="ignore.c.html#line8" target="source">ignore.c:8,3</A>: Return value (type int) ignored: fi()
  5.   Result returned by function call is not used.  If
  6.   this is intended, can cast result to (void) to
  7.   eliminate message.  Use -retvalint to suppress
  8.   message.
  9. <A HREF="ignore.c.html#line10" target="source">ignore.c:10,3</A>: Return value (type bool) ignored: fb()
  10.   Result returned by function call is not used.  If
  11.   this is intended, can cast result to (void) to
  12.   eliminate message.  Use -retvalbool to suppress
  13.   message.
  14.  
  15. Finished LCLint checking --- 2 code errors found
  16.